home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / maxbnk28.zip / MAXBANK.CFG < prev    next >
Text File  |  1992-04-04  |  8KB  |  211 lines

  1. VERSION MaxBank v2.8
  2. ^^^^^^^^^^^^^^^^^^^^^^^^^
  3. Note the above two lines may NOT under ANY circumstances be edited.
  4. They indicate to MaxBank that this is the correct configuration file
  5. for this version.  If the top line has been altered, MaxBank will NOT
  6. run.
  7. ;  **********************************************************************
  8. ;                     MaxBank Configuration File
  9. ;  **********************************************************************
  10. ;                    GENERAL INSTRUCTIONS SECTION
  11. ;  **********************************************************************
  12. ;
  13. ;  All configuration options must be put as single line records, 
  14. ;  terminated by usual carriage return/linefeed.  This configuration
  15. ;  file may be changed with any standard ASCII editor.  
  16. ;  There are several rules which must be followed in the
  17. ;  creation/modification of this file.  The first rule is that any
  18. ;  lines which you wish to use as comments should have the ; (semicolin)
  19. ;  as the first character on the line.  MaxBank will ignore these
  20. ;  lines.  Lines which actually belong to the configuration should remain
  21. ;  with nothing more than the keyword and the option on the line (NB.
  22. ;  keyword and option should be separated by at least one space.  Keywords 
  23. ;  MUST start at the utmost left position (column 1) NO COMMENTS should be on
  24. ;  these lines.   
  25. ;
  26. ;  Extra note from programmer's view: The way MaxBank reads in the
  27. ;  configuration file is such that it will ignore all lines that do not
  28. ;  start with a MaxBank keyword (using the semicolin to start a
  29. ;  comment makes it easier for the user to read the configuration file.
  30. ;  It is also programmed so that keywords may appear in any order.  It
  31. ;  is advisable to leave the configuration in its sections simple for
  32. ;  structure, convenience and easy understanding. 
  33. ;
  34. ;  This configuration file is divided into 5 sections: 
  35. ;     a) General Instructions
  36. ;     b) File Locations
  37. ;     c) Time Bank Restrictions and Limitations
  38. ;     d) Global Options
  39. ;     e) Colour Configuration
  40. ;
  41. ;
  42. ;  ************************************************************************
  43. ;                           FILE LOCATIONS
  44. ;                              SECTION
  45. ;  ************************************************************************
  46. ;
  47. ;  The following option with the keyword LOG specifies where you want
  48. ;  MaxBank to keep track of its usage and any errors that occur.
  49. ;  MaxBank logs are compatible with Maximus v2.0x logs.  If the log
  50. ;  exists the new info. will be appended to the end.  It is NOT
  51. ;  optional.  If you don't want it, delete it after MaxBank runs.
  52. ;  Please specify full path and file name.
  53.  
  54. Log c:\max\Max.log
  55.  
  56. ;
  57. ;  The follow keyword simply is the full path to where the 
  58. ;  LASTUS??.BBS file may be found.  This file is essential to MaxBank.
  59. ;  Please make SURE to end the path name with a BACKSLASH ("\").
  60.  
  61. LastUser c:\max\
  62.  
  63. ;
  64. ;  The next comment points to the full path and file name of the text
  65. ;  file which will be shown to users ONLY if they have not used the
  66. ;  timebank before.  This text file is scrolled 23 lines at a time
  67. ;  with pauses for the user to press a key before continuing.
  68. ;  
  69.  
  70. NewUserFile Maxbank.nuf
  71.  
  72. ;  **************************************************************** 
  73. ;               TIME BANK RESTRICTIONS AND LIMITATIONS
  74. ;                              SECTION
  75. ;  ****************************************************************
  76.  
  77. ;
  78. ;  The follow option puts a limit on how much time the user may withdraw
  79. ;  in one day.  This option may be within the limits of 0-1440
  80. ;  minutes (theoritically you could make it more than 1440 minutes...
  81. ;  but is there a point?)
  82.  
  83.  
  84. MaxWithdrawLimit  45
  85.  
  86. ;
  87. ;  This option puts a limit on how much time the user may deposit in one
  88. ;  day.  This option may also be within the limits of 0-1440 minutes.
  89.  
  90. MaxDepositLimit  15
  91.  
  92. ;  This option puts the limit on how much time a user can tuck away in
  93. ;  their account.  Using the value zero will disable any limitations.
  94.  
  95. AccountLimit 0
  96.  
  97. ;  The following option allows you to control how much time one user
  98. ;  can transfer to another user.  Using 0 would remove any limitation
  99. ;  (with the exception of the limitation of how much time the one user
  100. ;  has to give to the other).  By commenting this keyword out you can
  101. ;  disable this function.
  102.  
  103. TransLimit  5
  104.  
  105. ;  **************************************************************** 
  106. ;                           GLOBAL OPTIONS
  107. ;                              SECTION
  108. ;  ****************************************************************
  109.  
  110. ;
  111. ;  The following configuration option sets a keyboard timeout limit in
  112. ;  standard minutes.  Putting 0 disables keyboard time out checking.
  113. ;  5 minutes is a recommended time limit.  If this timeout is reached
  114. ;  MaxBank will exit and return control to Maximus.
  115.  
  116. TimeOut  5
  117.  
  118. ;
  119. ;  The next keyword indicates wether you want the time that you spend
  120. ;  chatting with the user (if you break in) subtracted from their time
  121. ;  left online.  In other words, if you spend 10 minutes chatting with a
  122. ;  user, they will be credited with that time.  Valid options are
  123. ;  "YES" and "NO".
  124.  
  125. CreditforChat YES
  126.  
  127. ;  **************************************************************** 
  128. ;                        COLOUR DEFINITIONS
  129. ;                              SECTION
  130. ;  ****************************************************************
  131. ;
  132. ;  A sample menu goes something like:
  133. ;      ╔════════════════════════════════════════════════════════╗ <- Bars
  134. ;                                Title
  135. ;  
  136. ;              Options
  137. ;  
  138. ;                         Informative Statement
  139. ;       ╚════════════════════════════════════════════════════════╝
  140. ;
  141. ;  The colour definition numbers are:
  142. ;
  143. ;          30 = Black            40 = Grey
  144. ;          31 = Red              41 = Light Red
  145. ;          32 = Green            42 = Light Green
  146. ;          33 = Brown            43 = Yellow
  147. ;          34 = Blue             44 = Light Blue 
  148. ;          35 = Magenta          45 = High Intensity Magenta
  149. ;          36 = Cyan             46 = Light, Bright Cyan
  150. ;          37 = White            47 = High Intensity White
  151. ;
  152. ;  Please Indicate the the number that corresponds to the colour that
  153. ;  you wish the menu part to be.  Most Keywords are self-explanatory
  154. ;  or location can be found on above sample menu.
  155.  
  156. BARS 42
  157.  
  158. TITLE 41
  159.  
  160. OPTIONFIRSTLETTER 35
  161.  
  162. OPTION 44
  163.  
  164. INFORMATIVESTATEMENT 45
  165.  
  166. ;  Highlighted words refers to numbers of importance within an
  167. ;  informative or normal statements.
  168.  
  169. HIGHLIGHTEDWORDS 43
  170.  
  171. ;  Prompts refers to the colour that is used when asking for input.
  172.  
  173. PROMPTS 36
  174.  
  175. ;  Statement is just a plain regular line of text.  Telling the user
  176. ;  something. 
  177. ;  Remember, anything important will be put in the highlightedwords
  178. ;  colour. 
  179.  
  180. STATEMENT 37
  181.  
  182. ;
  183. ;  *****************************************************************
  184. ;
  185. ;  This completes the configuration file.  Please read the supplied
  186. ;  documentation for more details on configuring and running MaxBank.
  187. ;
  188. ;  MaxBank is (c) 1992 by Brian Bourne.  As public domain this program
  189. ;  may be distributed freely but the executable MAY NOT be altered
  190. ;  without the written consent of Brian Bourne.  Source code MAY BE
  191. ;  made available upon request at the discretion of the author. 
  192. ;  Donations are accepted at the address below.  Cheques should be
  193. ;  payable to Super SONIC BBS.
  194. ;
  195. ;  For software support, Brian Bourne may be reached at the following
  196. ;  addresses: 
  197. ;  Electronic:
  198. ;      FidoNet:     1:250/722
  199. ;      COM-Net:     95:416/200
  200. ;      BBS: (416) 225-8942, USR Dual Standard 14400 v32bis v42bis
  201. ;
  202. ;   Surface mail:
  203. ;       100 Park Home Ave.
  204. ;       Willowdale, Ont.
  205. ;       Canada  
  206. ;       M2N-1W8
  207. ;  If you choose to use surface mail please include as self-addresed,
  208. ;  stamped envelope.  Please feel free to contact the author to share
  209. ;  comments and ideas or to report difficulties.
  210.  
  211.